home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000207_news@newsmaster….columbia.edu _Sat May 17 11:36:09 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA07148
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 17 May 1997 11:36:09 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA06675
  7.     for kermit.misc@watsun; Sat, 17 May 1997 11:36:08 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Script Input Error
  12. Date: 17 May 1997 15:36:04 GMT
  13. Organization: Columbia University
  14. Lines: 51
  15. Message-ID: <5lkj94$6gg$1@newsmaster.cc.columbia.edu>
  16. References: <337DC0C3.5D6B@wwa.com> <5lkfi2$48t$1@newsmaster.cc.columbia.edu> <337DC4EB.19AE@wwa.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7043
  19.  
  20. In article <337DC4EB.19AE@wwa.com>, Jim Jacobus  <jjacobus@wwa.com> wrote:
  21. : Frank da Cruz wrote:
  22. : > 
  23. : > In article <337DC0C3.5D6B@wwa.com>, Jim Jacobus  <jjacobus@wwa.com> wrote:
  24. : > : I'm trying to write a telnet script using VMS C-kermit 6.0.192 to
  25. : > : connect to a NT system. NT system uses the Pragma s/w for telent
  26. : > : emulation.
  27. : > :
  28. : > : I can't get a response back from my script. I have an
  29. : > : "input 5 login:" which should work, but I always get an error from
  30. : > : my VMS Kermit:
  31. : > : ? Can't condition line for INPUT
  32. : > :
  33. : > : What does this error mean. Is it documented in the Using C-Kermit
  34. : > : manual?
  35. : > :
  36. : > No.  It indicates some kind of internal error which should not happen.
  37. : > Most likely it is caused by a mismatch of the VMS version or TCP/IP product
  38. : > and/or version that your copy of C-Kermit was built for and the one(s) you
  39. : > are actually using.
  40. : > 
  41. : > What version of VMS do you have?
  42. :     VMS 5.5-2
  43. :
  44. : > What TCP/IP product do you have?  What version of it?
  45. :     Multinet V3.5
  46. :
  47. : > Did you build C-Kermit yourself from source code?  Or are you using one of
  48. : > the prebuilt binaries?  If so, which one?
  49. : Used one of the pre-built ones C-Kermit 6.0.192 release candidate 1. 6
  50. : sep 96 for OpenVMS
  51. Well, we don't have an exact match, but I'd suggest you try one of the
  52. following binaries, which are both final releases (not release candidates):
  53.  
  54.   ftp://kermit.columbia.edu/kermit/bin/ckvvker-vms54-tgv33d.exe
  55.  
  56. or:
  57.  
  58.   ftp://kermit.columbia.edu/kermit/bin/ckvvker-vms55-tgv40a.exe
  59.  
  60. Or, since MultiNet is also supposed to support UCX, you can try:
  61.  
  62.   ftp://kermit.columbia.edu/kermit/bin/ckvvker-vms55-ucx33.exe
  63.  
  64. If none of these works, let me know.
  65.  
  66. - Frank